home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 188 / 01-04 PC Format 188 [2006-06] DVD side 1_.iso / DiscContents / Workshops / Workshops_General / ZSoft Uninstaller / ZSoft_Uninstaller_2.3.exe / UninstallerHelp.chm / style.css < prev    next >
Cascading Style Sheet File  |  2005-09-25  |  590b  |  34 lines

  1. body {
  2.     margin-left: 60px;
  3.     margin-right: 60px;
  4.     margin-bottom: 20px;
  5.     margin-top: 20px;
  6.     background-image: url(Img/bgr.png);
  7.     background-repeat: repeat-y;
  8. }
  9.  
  10. #body {
  11.     font-family: "MS Sans Serif", Geneva, sans-serif;
  12.     text-align: justify;
  13. }
  14.  
  15. #headline {
  16.     letter-spacing: 2px;
  17.     font-family: "Times New Roman", Times, serif;
  18.     font-size: 24px;
  19. }
  20.  
  21. img {
  22.     border: 0px;
  23.     float: right;
  24.     padding-left: 8px;
  25.     padding-right: 4px;
  26.     padding-top: 4px;
  27.     padding-bottom: 4px;
  28. }
  29.  
  30. a {
  31.     font-family: "MS Sans Serif", Geneva, sans-serif;
  32.     text-align: justify;
  33.     color: blue;
  34. }